You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > GetRow Method > Vector.GetRow Method ([In] TMtx, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.GetRow Method ([In] TMtx, int, int, int, int)

Copy the Row-th column elements [Col]..[Col+Len-1] to calling vector elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public TVec GetRow([In] TMtx Mtx, int aRow, int aCol, int Index, int Len);

The Complex property of calling vector must be set explicitly. An exception is raised if condition checking is enabled and column array borders are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!